home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Demos / Other / Zargon Zoo Demo / Intro2 / 00008.ls < prev    next >
Encoding:
Text File  |  1994-08-06  |  89 b   |  7 lines

  1. on blinkCheck
  2.   set x to random(10)
  3.   if x = 1 then
  4.     go(label("blinks"))
  5.   end if
  6. end
  7.